home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TDLG_FINDADDRESS / TDLG_FINDADDRESS.txt
Text File  |  2002-07-04  |  8KB  |  341 lines

  1. object Dlg_FindAddress: TDlg_FindAddress
  2.   Left = 263
  3.   Top = 177
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderStyle = bsDialog
  7.   Caption = 'Find Address'
  8.   ClientHeight = 424
  9.   ClientWidth = 545
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 12
  24.     Top = 12
  25.     Width = 34
  26.     Height = 13
  27.     Caption = '&Search'
  28.     FocusControl = cb_Search
  29.   end
  30.   object cb_Search: TComboBox
  31.     Left = 92
  32.     Top = 8
  33.     Width = 221
  34.     Height = 21
  35.     Style = csDropDownList
  36.     ItemHeight = 13
  37.     TabOrder = 0
  38.     OnChange = cb_SearchChange
  39.     Items.Strings = (
  40.       'Active Folder Only'
  41.       'All Folders')
  42.   end
  43.   object PageControl1: TPageControl
  44.     Left = 8
  45.     Top = 36
  46.     Width = 425
  47.     Height = 181
  48.     ActivePage = TabSheet1
  49.     TabOrder = 1
  50.     object TabSheet1: TTabSheet
  51.       Caption = 'Condition'
  52.       object Label2: TLabel
  53.         Left = 20
  54.         Top = 16
  55.         Width = 31
  56.         Height = 13
  57.         Caption = '&Name:'
  58.         FocusControl = E_Name
  59.       end
  60.       object Label3: TLabel
  61.         Left = 20
  62.         Top = 44
  63.         Width = 28
  64.         Height = 13
  65.         Caption = '&Email:'
  66.         FocusControl = E_Email
  67.       end
  68.       object E_Name: TEdit
  69.         Left = 132
  70.         Top = 12
  71.         Width = 261
  72.         Height = 21
  73.         TabOrder = 0
  74.         OnKeyDown = E_NameKeyDown
  75.       end
  76.       object E_Email: TEdit
  77.         Left = 132
  78.         Top = 40
  79.         Width = 261
  80.         Height = 21
  81.         TabOrder = 1
  82.         OnKeyDown = E_NameKeyDown
  83.       end
  84.       object Notebook1: TNotebook
  85.         Left = 0
  86.         Top = 64
  87.         Width = 417
  88.         Height = 89
  89.         TabOrder = 2
  90.         object TPage
  91.           Left = 0
  92.           Top = 0
  93.           Caption = 'Search'
  94.           object Label4: TLabel
  95.             Left = 20
  96.             Top = 8
  97.             Width = 29
  98.             Height = 13
  99.             Caption = 'O&ICQ:'
  100.             FocusControl = E_ICQ
  101.           end
  102.           object Label6: TLabel
  103.             Left = 20
  104.             Top = 36
  105.             Width = 85
  106.             Height = 13
  107.             Caption = '&Home Telephone:'
  108.             FocusControl = E_HomeTel
  109.           end
  110.           object Label5: TLabel
  111.             Left = 20
  112.             Top = 60
  113.             Width = 29
  114.             Height = 13
  115.             Caption = '&Other:'
  116.             FocusControl = E_Other
  117.           end
  118.           object E_ICQ: TEdit
  119.             Left = 132
  120.             Top = 4
  121.             Width = 261
  122.             Height = 21
  123.             TabOrder = 0
  124.             OnKeyDown = E_NameKeyDown
  125.           end
  126.           object E_HomeTel: TEdit
  127.             Left = 132
  128.             Top = 32
  129.             Width = 261
  130.             Height = 21
  131.             TabOrder = 1
  132.             OnKeyDown = E_NameKeyDown
  133.           end
  134.           object E_Other: TEdit
  135.             Left = 132
  136.             Top = 60
  137.             Width = 261
  138.             Height = 21
  139.             TabOrder = 2
  140.             OnKeyDown = E_NameKeyDown
  141.           end
  142.         end
  143.         object TPage
  144.           Left = 0
  145.           Top = 0
  146.           Caption = 'LDAP'
  147.           object imgServer: TImage
  148.             Left = 144
  149.             Top = 16
  150.             Width = 161
  151.             Height = 49
  152.           end
  153.         end
  154.       end
  155.     end
  156.   end
  157.   object btnSearch: TButton
  158.     Left = 444
  159.     Top = 32
  160.     Width = 95
  161.     Height = 25
  162.     Caption = 'S&tart Search'
  163.     TabOrder = 2
  164.     OnClick = btnSearchClick
  165.   end
  166.   object btnStop: TButton
  167.     Left = 444
  168.     Top = 68
  169.     Width = 95
  170.     Height = 25
  171.     Caption = 'Sto&p'
  172.     TabOrder = 3
  173.     OnClick = btnStopClick
  174.   end
  175.   object btnClear: TButton
  176.     Left = 444
  177.     Top = 104
  178.     Width = 95
  179.     Height = 25
  180.     Caption = 'C&lear All'
  181.     TabOrder = 4
  182.     OnClick = btnClearClick
  183.   end
  184.   object btnClose: TButton
  185.     Left = 444
  186.     Top = 192
  187.     Width = 95
  188.     Height = 25
  189.     Cancel = True
  190.     Caption = '&Close'
  191.     ModalResult = 1
  192.     TabOrder = 5
  193.   end
  194.   object Animate1: TAnimate
  195.     Left = 468
  196.     Top = 140
  197.     Width = 45
  198.     Height = 41
  199.     Active = False
  200.     AutoSize = False
  201.     StopFrame = 23
  202.   end
  203.   object btnProperty: TButton
  204.     Left = 444
  205.     Top = 232
  206.     Width = 95
  207.     Height = 25
  208.     Caption = '&Property'
  209.     TabOrder = 7
  210.     OnClick = btnPropertyClick
  211.   end
  212.   object btnCompose: TButton
  213.     Left = 444
  214.     Top = 268
  215.     Width = 95
  216.     Height = 25
  217.     Caption = 'Co&mpose'
  218.     TabOrder = 8
  219.     OnClick = btnComposeClick
  220.   end
  221.   object LV: TListView
  222.     Left = 8
  223.     Top = 232
  224.     Width = 425
  225.     Height = 185
  226.     Columns = <
  227.       item
  228.         Caption = 'Name'
  229.         Width = 150
  230.       end
  231.       item
  232.         Caption = 'Email Address'
  233.         Width = 150
  234.       end
  235.       item
  236.         Caption = 'Home Telephone'
  237.         Width = 100
  238.       end
  239.       item
  240.         Caption = 'Office Telephone'
  241.         Width = 100
  242.       end
  243.       item
  244.         Caption = 'OICQ'
  245.         Width = 100
  246.       end>
  247.     DragMode = dmAutomatic
  248.     GridLines = True
  249.     HideSelection = False
  250.     HotTrack = True
  251.     MultiSelect = True
  252.     ReadOnly = True
  253.     RowSelect = True
  254.     PopupMenu = PM_LV
  255.     SortType = stBoth
  256.     TabOrder = 9
  257.     ViewStyle = vsReport
  258.   end
  259.   object btnComposeAll: TButton
  260.     Left = 444
  261.     Top = 304
  262.     Width = 95
  263.     Height = 25
  264.     Caption = 'Compose to &All'
  265.     TabOrder = 10
  266.     OnClick = btnComposeAllClick
  267.   end
  268.   object Language: TLanguage
  269.     LangCenter = DM_Language.LangCenter
  270.     ResStrings.Strings = (
  271.       '0010=Find Address'
  272.       '0011=(Found %s addresses)'
  273.       '0012=Please input some information to search'
  274.       '0013=Name'
  275.       '0014=Email Address'
  276.       '0015=Home Telephone'
  277.       '0016=Office Telephone'
  278.       '0017=OICQ'
  279.       '0020=Please enter some information to look for.'
  280.       
  281.         '0021=There are no entries in the Directory Service that match yo' +
  282.         'ur search criteria.'
  283.       
  284.         '0022=Unable to display search results because too many entries i' +
  285.         'n the Directory Service match your search criteria. You can narr' +
  286.         'ow your search by specifiying more search criteria.'
  287.       
  288.         '0023=The specified Directory Service has denied access. Check th' +
  289.         'e Properties for this Directory Service and verify that your Aut' +
  290.         'hentication Type settings and parameters are correct.'
  291.       
  292.         '0024=The search could not be completed within the time specified' +
  293.         ' for this Directory Service.'
  294.       
  295.         '0025=The specified Directory Service was unable to complete the ' +
  296.         'search.'
  297.       
  298.         '0026=An error occurred while performing the search. Your compute' +
  299.         'r, your Internet service provider or the specified Directory Ser' +
  300.         'vice may be disconnected. Check your connections and try again.'
  301.       '0027=Directory Service'
  302.       '0028=Directory Services')
  303.     Left = 444
  304.     Top = 376
  305.   end
  306.   object PM_LV: TPopupMenu
  307.     AutoHotkeys = maManual
  308.     OnPopup = PM_LVPopup
  309.     Left = 480
  310.     Top = 372
  311.     object PM_Property: TMenuItem
  312.       Caption = '&Property'
  313.       OnClick = btnPropertyClick
  314.     end
  315.     object PM_Compose: TMenuItem
  316.       Caption = '&Compose...'
  317.       OnClick = PM_ComposeClick
  318.     end
  319.     object PM_Composeto: TMenuItem
  320.       Caption = 'Compose &to'
  321.     end
  322.     object N1: TMenuItem
  323.       Caption = '-'
  324.     end
  325.     object PM_Delete: TMenuItem
  326.       Caption = '&Delete'
  327.       Enabled = False
  328.     end
  329.     object PM_Add: TMenuItem
  330.       Caption = '&Add to Address Book'
  331.       Enabled = False
  332.       OnClick = PM_AddClick
  333.     end
  334.   end
  335.   object PM_Emails: TPopupMenu
  336.     AutoHotkeys = maManual
  337.     Left = 516
  338.     Top = 372
  339.   end
  340. end
  341.